import { Alert } from '@aws-amplify/ui-react'; export const AlertIconExample = () => { return ( <> This Alert shows an icon by default This Alert does not have an icon > ); };